home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #1 / Amiga Plus 1999 #1.iso / System-Boost / Workbench / MARInA / MARInA_voice / Install next >
Text File  |  1998-08-10  |  2KB  |  72 lines

  1. failat 21
  2. stack 50000
  3. set InstallerToFront $ACTUALDIR/c/SWindow >NIL: MARInA_Disk-Installer f
  4.  
  5. cd >ENV:ACTUALDIR
  6.  
  7. echo "*ec*n"
  8. echo "*e[1m MARInA - Surf the System*e[0m   © TNE) 1998"
  9. echo "*n Installation from  $ACTUALDIR"
  10.  
  11. $ACTUALDIR/c/wait 5
  12. $InstallerToFront
  13.  
  14. lab a
  15. set Package MARInA_voice
  16. set disk 1
  17. set return b
  18. skip Install
  19.  
  20. lab b
  21. cd $ACTUALDIR
  22. cd /
  23. echo "*ec*n *e[1mInstallation end*e[0m."
  24. echo "*n*n This window will be closed in 10 seconds."
  25. $ACTUALDIR/c/wait 10
  26. endcli >NIL:
  27.  
  28. ;----------------------
  29. lab Install
  30.  
  31. $InstallerToFront
  32.  
  33. echo "*ec*n ... unpacking *e[1m$Package.lha*e[0m to harddisk."
  34. echo " __________________________________________________*n*n"
  35. $ACTUALDIR/c/wait 2
  36. $ACTUALDIR/c/lha x -am -F $Package.lha
  37. if not warn
  38.    delete $Package.lha QUIET
  39. endif
  40.  
  41. $ACTUALDIR/c/drawicon $Package
  42.  
  43. $ACTUALDIR/c/wait 2
  44. $InstallerToFront
  45.  
  46. echo "*ec*n ... Installing the *e[1m$Package-Package*e[0m."
  47. echo " Needed Disk-space on System-Partition: < 3MB*n"
  48. echo " *e[1mPlease, open *e[0m the newly created drawer *e[1m$Package*e[0m now."
  49. echo " Then: Double-click the herein appearing icon!*n*n" NOLINE
  50. ask " Press *e[1mENTER*e[0m after completed installation!"
  51.  
  52. $ACTUALDIR/c/wait 2
  53. $InstallerToFront
  54.  
  55. cd $ACTUALDIR
  56. setenv ACTUALPATH $ACTUALDIR/$Package
  57. echo "*ec*n *e[1mThe drawer $Package may be deleted now.*e[0m"
  58. echo " Please note, to copy the Icons you'd like to use somewhere else"
  59. echo " before doing so:"
  60. echo " Just call the  MARInA FileManager (rShift F5) for that purpose!*n"
  61. ask " y: delete  n=ENTER: do not delete ?"
  62. if warn
  63.  $ACTUALDIR/c/delete $Package ALL
  64.  $ACTUALDIR/c/iconkill $Package
  65. endif
  66.  
  67. $ACTUALDIR/c/wait 2
  68. $InstallerToFront
  69.  
  70. skip $return BACK
  71.  
  72.